home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / nmedfree / form1.frm < prev    next >
Text File  |  1998-04-20  |  10KB  |  293 lines

  1. VERSION 5.00
  2. Object = "{B4178631-C6A8-11D1-89AB-08A604C10000}#1.0#0"; "NUMEDIT.OCX"
  3. Begin VB.Form Form1 
  4.    BorderStyle     =   3  'Fixed Dialog
  5.    Caption         =   "Numeric Edit Control Sample"
  6.    ClientHeight    =   3120
  7.    ClientLeft      =   45
  8.    ClientTop       =   345
  9.    ClientWidth     =   5475
  10.    ClipControls    =   0   'False
  11.    Icon            =   "Form1.frx":0000
  12.    LinkTopic       =   "Form1"
  13.    LockControls    =   -1  'True
  14.    MaxButton       =   0   'False
  15.    MinButton       =   0   'False
  16.    ScaleHeight     =   3120
  17.    ScaleWidth      =   5475
  18.    ShowInTaskbar   =   0   'False
  19.    StartUpPosition =   2  'CenterScreen
  20.    Begin NumEdit.NumericEdit NumericEdit1 
  21.       DataField       =   "Field1"
  22.       DataSource      =   "Data1"
  23.       Height          =   315
  24.       Left            =   885
  25.       TabIndex        =   7
  26.       Top             =   1335
  27.       Width           =   1755
  28.       _ExtentX        =   3096
  29.       _ExtentY        =   556
  30.       BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  31.          Name            =   "MS Sans Serif"
  32.          Size            =   8.25
  33.          Charset         =   0
  34.          Weight          =   400
  35.          Underline       =   0   'False
  36.          Italic          =   0   'False
  37.          Strikethrough   =   0   'False
  38.       EndProperty
  39.       Text            =   "0"
  40.       AllowEstimates  =   -1  'True
  41.       Estimated       =   -1  'True
  42.       CalculatorPicture=   "Form1.frx":0442
  43.       CalculatorButtonStyle=   1
  44.       EstimatedSymbolForeColor=   -2147483635
  45.       BeginProperty EstimatedSymbolFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  46.          Name            =   "MS Sans Serif"
  47.          Size            =   8.25
  48.          Charset         =   0
  49.          Weight          =   700
  50.          Underline       =   0   'False
  51.          Italic          =   0   'False
  52.          Strikethrough   =   0   'False
  53.       EndProperty
  54.    End
  55.    Begin VB.Data Data1 
  56.       Align           =   2  'Align Bottom
  57.       Caption         =   "Data1"
  58.       Connect         =   "Access"
  59.       DatabaseName    =   "D:\Projects\PDSoftware\CONTROLS\NumEdit\Test\test.mdb"
  60.       DefaultCursorType=   0  'DefaultCursor
  61.       DefaultType     =   2  'UseODBC
  62.       Exclusive       =   0   'False
  63.       Height          =   345
  64.       Left            =   0
  65.       Options         =   0
  66.       ReadOnly        =   0   'False
  67.       RecordsetType   =   1  'Dynaset
  68.       RecordSource    =   "Table1"
  69.       Top             =   2775
  70.       Width           =   5475
  71.    End
  72.    Begin VB.CommandButton Command1 
  73.       Caption         =   "&Close"
  74.       Height          =   360
  75.       Left            =   4260
  76.       TabIndex        =   4
  77.       Top             =   2295
  78.       Width           =   1110
  79.    End
  80.    Begin NumEdit.NumericEdit NumericEdit2 
  81.       DataField       =   "Field2"
  82.       DataSource      =   "Data1"
  83.       Height          =   315
  84.       Left            =   885
  85.       TabIndex        =   8
  86.       Top             =   1785
  87.       Width           =   1755
  88.       _ExtentX        =   3096
  89.       _ExtentY        =   556
  90.       BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  91.          Name            =   "MS Sans Serif"
  92.          Size            =   8.25
  93.          Charset         =   0
  94.          Weight          =   400
  95.          Underline       =   0   'False
  96.          Italic          =   0   'False
  97.          Strikethrough   =   0   'False
  98.       EndProperty
  99.       Text            =   "0.00E+00"
  100.       AllowEstimates  =   -1  'True
  101.       Estimated       =   -1  'True
  102.       Format          =   5
  103.       CalculatorPicture=   "Form1.frx":1AD4
  104.       BorderStyle     =   0
  105.       EstimatedSymbolForeColor=   255
  106.       ButtonStyle     =   2
  107.       BeginProperty EstimatedSymbolFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  108.          Name            =   "MS Sans Serif"
  109.          Size            =   8.25
  110.          Charset         =   0
  111.          Weight          =   700
  112.          Underline       =   0   'False
  113.          Italic          =   0   'False
  114.          Strikethrough   =   0   'False
  115.       EndProperty
  116.    End
  117.    Begin NumEdit.NumericEdit NumericEdit3 
  118.       DataField       =   "Field3"
  119.       DataSource      =   "Data1"
  120.       Height          =   315
  121.       Left            =   3615
  122.       TabIndex        =   9
  123.       Top             =   1335
  124.       Width           =   1755
  125.       _ExtentX        =   3096
  126.       _ExtentY        =   556
  127.       BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  128.          Name            =   "MS Sans Serif"
  129.          Size            =   8.25
  130.          Charset         =   0
  131.          Weight          =   400
  132.          Underline       =   0   'False
  133.          Italic          =   0   'False
  134.          Strikethrough   =   0   'False
  135.       EndProperty
  136.       Text            =   "ú0.00"
  137.       AllowEstimates  =   -1  'True
  138.       Estimated       =   -1  'True
  139.       EstimatedSymbol =   "e"
  140.       Format          =   1
  141.       CalculatorBackColor=   -2147483626
  142.       CalculatorPicture=   "Form1.frx":3166
  143.       CalculatorButtonStyle=   4
  144.       CalculatorBorderStyle=   1
  145.       BorderStyle     =   1
  146.       EstimatedSymbolForeColor=   32768
  147.       ButtonBackColor =   -2147483632
  148.       ButtonStyle     =   4
  149.       ButtonForecolor =   -2147483630
  150.       ButtonHighlightColor=   -2147483634
  151.       BeginProperty EstimatedSymbolFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  152.          Name            =   "MS Sans Serif"
  153.          Size            =   8.25
  154.          Charset         =   0
  155.          Weight          =   700
  156.          Underline       =   0   'False
  157.          Italic          =   0   'False
  158.          Strikethrough   =   0   'False
  159.       EndProperty
  160.    End
  161.    Begin NumEdit.NumericEdit NumericEdit4 
  162.       DataField       =   "Field4"
  163.       DataSource      =   "Data1"
  164.       Height          =   315
  165.       Left            =   3615
  166.       TabIndex        =   10
  167.       Top             =   1785
  168.       Width           =   1755
  169.       _ExtentX        =   3096
  170.       _ExtentY        =   556
  171.       BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  172.          Name            =   "MS Sans Serif"
  173.          Size            =   8.25
  174.          Charset         =   0
  175.          Weight          =   400
  176.          Underline       =   0   'False
  177.          Italic          =   0   'False
  178.          Strikethrough   =   0   'False
  179.       EndProperty
  180.       Text            =   "0.00%"
  181.       AllowEstimates  =   -1  'True
  182.       Format          =   4
  183.       CalculatorPicture=   "Form1.frx":47F8
  184.       CalculatorButtonStyle=   3
  185.       BorderStyle     =   1
  186.       EstimatedSymbolForeColor=   -2147483635
  187.       ButtonStyle     =   3
  188.       BeginProperty EstimatedSymbolFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  189.          Name            =   "MS Sans Serif"
  190.          Size            =   8.25
  191.          Charset         =   0
  192.          Weight          =   400
  193.          Underline       =   0   'False
  194.          Italic          =   0   'False
  195.          Strikethrough   =   0   'False
  196.       EndProperty
  197.    End
  198.    Begin VB.Label Label2 
  199.       AutoSize        =   -1  'True
  200.       Caption         =   "&Scientific:"
  201.       Height          =   195
  202.       Index           =   3
  203.       Left            =   120
  204.       TabIndex        =   6
  205.       Top             =   1815
  206.       Width           =   690
  207.    End
  208.    Begin VB.Label Label2 
  209.       AutoSize        =   -1  'True
  210.       Caption         =   "&Percent:"
  211.       Height          =   195
  212.       Index           =   2
  213.       Left            =   2805
  214.       TabIndex        =   5
  215.       Top             =   1815
  216.       Width           =   600
  217.    End
  218.    Begin VB.Label Label2 
  219.       AutoSize        =   -1  'True
  220.       Caption         =   "&Currency:"
  221.       Height          =   195
  222.       Index           =   1
  223.       Left            =   2805
  224.       TabIndex        =   3
  225.       Top             =   1380
  226.       Width           =   675
  227.    End
  228.    Begin VB.Label Label2 
  229.       AutoSize        =   -1  'True
  230.       Caption         =   "&General:"
  231.       Height          =   195
  232.       Index           =   0
  233.       Left